home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 664 b | 23 lines | [TEXT/MPS ] |
- This 'DemoTextDump 1' contains an example of how
- to write a MAMake file for C++ load/dump use.
-
- The rules to build follows the normal MacApp build
- rules. E.g:
-
- MABuild -nodebug DemoText
-
- This 'DemoTextDump 2' contains a sort of two-level
- dump system, where by a switch it's possible to either dump
- everything, or exclude a couple of header files when
- working with them (and this saving some time).
-
- It works this way:
-
- MABuild -d qOwnDump=TRUE -nodebug DemoText # include own header files for dump file
-
- MABuild -nodebug DemoText # don't include own header files for dump file
-
-
- This source has been tested with MPW 3.2b6 and MacApp 2.0.1.
-
-